html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mc {
  position: absolute;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.hide {
  display: none;
}
.no_scroll {
  margin: 0;
  height: 100%;
  overflow: hidden !important;
}
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@-webkit-keyframes FadeIn_BottomUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes FadeIn_BottomUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-ms-keyframes FadeIn_BottomUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes FadeIn_BottomUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes FadeIn_BottomUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
:focus {
  outline: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}
#map {
  width: 100%;
  height: 100%;
}
.section_header {
  font-family: "Montserrat";
  font-weight: 200;
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.section_content {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .section_header {
    font-size: 50px;
    line-height: 58px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .section_content {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

}
#wrapper {
  width: 100%;
  height: 100%;
}
#header {
  width: 100%;
  height: 55px;
  background-color: #424242;
  position: fixed;
  z-index: 9995;
}
#header .btn_nav {
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  font-size: 15px;
  cursor: pointer;
  height: 21px;
  margin: 18px 0px;
  outline: 0;
  position: relative;
  width: 30px;
}
#header .btn_nav::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 6px;
}
#header .logo_home {
  width: 100px;
  height: 35px;
  background: url("./image/logo_m.png") top left
    no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_about {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_about.en {
  background: url("./image/logo_about.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_about.tc {
  width: 240px;
  background: url("./image/logo_about_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_about.sc {
  width: 182px;
  background: url("./image/logo_about_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_advertis {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_advertis.en {
  background: url("./image/logo_advertis.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_advertis.tc {
  width: 240px;
  background: url("./image/logo_advertis_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_advertis.sc {
  width: 182px;
  background: url("./image/logo_advertis_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_artist {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_artist.en {
  background: url("./image/logo_artist.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_artist.tc {
  width: 240px;
  background: url("./image/logo_artist_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_artist.sc {
  width: 182px;
  background: url("./image/logo_artist_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_event {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_event.en {
  background: url("./image/logo_event.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_event.tc {
  width: 240px;
  background: url("./image/logo_event_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_event.sc {
  width: 182px;
  background: url("./image/logo_event_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_film {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_film.en {
  background: url("./image/logo_film.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_film.tc {
  width: 240px;
  background: url("./image/logo_film_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_film.sc {
  width: 182px;
  background: url("./image/logo_film_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_movie {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_movie.en {
  background: url("./image/logo_movie.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_movie.tc {
  width: 240px;
  background: url("./image/logo_movie_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_movie.sc {
  width: 182px;
  background: url("./image/logo_movie_sc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_music {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#header .logo_music.en {
  background: url("./image/logo_music.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_music.tc {
  width: 240px;
  background: url("./image/logo_music_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_music.sc {
  width: 182px;
  background: url("./image/logo_music_sc.png") top
    left no-repeat;
  background-size: 100%;
}

#header .logo_contact {
  width: 240px;
  height: 30px;
  background-size: 100%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 12px;
}
#header .logo_contact.en {
  background: url("./image/logo_contact.png") top left
    no-repeat;
  background-size: 100%;
}
#header .logo_contact.tc {
  width: 240px;
  background: url("./image/logo_contact_tc.png") top
    left no-repeat;
  background-size: 100%;
}
#header .logo_contact.sc {
  width: 180px;
  background: url("./image/logo_contact_sc.png") top
    left no-repeat;
  background-size: 100%;
}


@media (min-width: 768px) {
  #header {
    height: 90px;
  }
  #header .btn_nav {
    width: 50px;
    margin: 32px 0px;
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
    height: 29px;
  }
  #header .btn_nav::before {
    width: 50px;
    height: 4px;
    top: 9px;
  }
  #header .logo_home {
    width: 229px;
    height: 90px;
    background: url("./image/logo.png") top left
      no-repeat;
    background-size: 100%;
    margin-top: 16px;
  }
  
  #header .logo_about {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_about.en {
    background: url("./image/logo_about.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_about.tc {
    width: 405px;
    background: url("./image/logo_about_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_about.sc {
    width: 361px;
    background: url("./image/logo_about_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_advertise {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_advertise.en {
    background: url("./image/logo_advertise.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_advertise.tc {
    width: 405px;
    background: url("./image/logo_advertise_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_advertise.sc {
    width: 405px;
    background: url("./image/logo_advertise_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_artist {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_artist.en {
    background: url("./image/logo_artist.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_artist.tc {
    width: 405px;
    background: url("./image/logo_artist_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_artist.sc {
    width: 361px;
    background: url("./image/logo_artist_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_event {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_event.en {
    background: url("./image/logo_event.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_event.tc {
    width: 358px;
    background: url("./image/logo_event_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_event.sc {
    width: 405px;
    background: url("./image/logo_event_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_film {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_film.en {
    background: url("./image/logo_film.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_film.tc {
    width: 405px;
    background: url("./image/logo_film_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_film.sc {
    width: 361px;
    background: url("./image/logo_film_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_movie {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_movie.en {
    background: url("./image/logo_movie.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_movie.tc {
    width: 405px;
    background: url("./image/logo_movie_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_movie.sc {
    width: 361px;
    background: url("./image/logo_movie_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_music {
    width: 405px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_music.en {
    background: url("./image/logo_music.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_music.tc {
    width: 405px;
    background: url("./image/logo_music_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_music.sc {
    width: 361px;
    background: url("./image/logo_music_sc.png") top
      left no-repeat;
    background-size: 100%;
  }

  #header .logo_contact {
    width: 460px;
    height: 60px;
    background-size: 100%;
    margin-top: 16px;
  }
  #header .logo_contact.en {
    background: url("./image/logo_contact.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_contact.tc {
    width: 405px;
    background: url("./image/logo_contact_tc.png") top
      left no-repeat;
    background-size: 100%;
  }
  #header .logo_contact.sc {
    width: 361px;
    background: url("./image/logo_contact_sc.png") top
      left no-repeat;
    background-size: 100%;
  }
}
#slider_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -100%;
  padding-top: 0px;
  z-index: 9998;
  overflow: auto;
  background-color: rgba(30, 30, 30, 0.95);
  padding-top: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#slider_nav .sub_nav_arrow {
  width: 16px;
  height: 34px;
  background: url("./image/sub_nav_arrow.png") top
    left no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}
#slider_nav ul {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}
#slider_nav ul li {
  margin: 0px;
  margin-bottom: 20px;
  line-height: 21px;
  position: relative;
  margin-left: 0px;
  font-size: 18px;
  color: #fff;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
#slider_nav ul li:first-child::after {
  content: "|";
  display: block;
  position: absolute;
  top: 0px;
  right: -20px;
}
#slider_nav ul li a {
  font-family: "Montserrat";
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: block;
}
#slider_nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#slider_nav ul li a.orange {
  color: #ffffff;
}
/*
#slider_nav ul li a.icon_plus::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./image/icon_plus.png") top left
    no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
#slider_nav ul li a.icon_minus::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./image/icon_minus.png") top left
    no-repeat !important;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#slider_nav ul li.icon_fb {
  width: 24px;
  height: 26px;
  background: url("./image/icon_fb.png") top left
    no-repeat;
  cursor: pointer;
}
#slider_nav ul li.icon_ig {
  width: 26px;
  height: 26px;
  background: url("./image/icon_ig.png") top left
    no-repeat;
  cursor: pointer;
}
#slider_nav ul li.icon_weibo {
  width: 34px;
  height: 27px;
  background: url("./image/icon_weibo.png") top left
    no-repeat;
  cursor: pointer;
}
#slider_nav ul li.icon_yt {
  width: 37px;
  height: 26px;
  background: url("./image/icon_yt.png") top left
    no-repeat;
  cursor: pointer;
}
*/
#slider_nav ul li.lang a {
  width: 22px;
  display: inline-block;
}
#slider_nav ul li.lang-item {
  display: inline-block;
}
#slider_nav ul.third_nav {
  list-style-type: none;
  max-height: 0px;
  overflow: hidden;
  margin: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#slider_nav ul.third_nav li {
  margin-bottom: 10px;
  line-height: 20px;
}
#slider_nav ul.third_nav li a {
  color: #b7b7b7;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
#slider_nav ul.third_nav li a:hover {
  color: #b7b7b7;
  text-decoration: underline;
}
#slider_nav ul.third_nav li:first-child {
  margin-top: 20px;
}
#slider_nav ul.third_nav.isOpen {
  max-height: 240px;
}
#slider_nav ul.sns {
  list-style-type: none;
}
#slider_nav ul.sns li {
  float: left;
}
#slider_nav hr {
  width: 0%;
  height: 2px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  border-bottom: 1px solid #404040;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#slider_nav.isOpen {
  left: 0px;
}
#slider_nav.isOpen ul li {
  margin-left: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*#slider_nav.isOpen ul li a.icon_plus::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
*/
#slider_nav.isOpen ul.sns li {
  margin-left: 15px;
}
#slider_nav.isOpen ul.sns li:first-child {
  margin-left: 30px;
}
#slider_nav.isOpen hr {
  width: 100%;
}
@media (min-width: 768px) {
  #slider_nav {
    width: 300px;
    left: -300px;
  }
  #slider_nav ul {
    width: 300px;
  }
  #slider_nav ul li {
    font-size: 19px;
    line-height: 22px;
  }
  #slider_nav ul li a {
    font-size: 19px;
    line-height: 22px;
  }
  #slider_nav ul.third_nav li a {
    font-size: 16px;
  }
}
#footer {
  width: 100%;
  background-color: #424242;
  color: #000;
  margin: 0px;
  padding: 15px 0px;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 300;
}
#footer .footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#footer .logo_footer {
  width: 130px;
  height: 42px;
  background: url("./image/logo.png") top left
    no-repeat;
  background-size: 100%;
  margin-right: 30px;
}
@media (min-width: 768px) {
  #footer {
    font-size: 17px;
	color: #ffffff;
  }
}
.home {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.home .banner {
  width: 100%;
  height: 450px;
  background: url("./image/home_banner.jpg") no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .banner .home_title {
  width: 300px;
  height: 18px;
  background: url("./image/home_title.png") no-repeat
    top left;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 40px;
  -webkit-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -moz-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -ms-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -o-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
}
.home .banner .desc {
  color: #fff;
  margin-bottom: 40px;
  text-align: justify;
  opacity: 0;
  -webkit-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -moz-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -ms-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -o-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
}
.home .banner .btn_yellow {
  width: 150px;
  height: 43px;
  font-family: "Montserrat";
  font-weight: 300;
  background-color: #ffffff;
  color: #000;
  line-height: 43px;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  opacity: 0;
  -webkit-animation: FadeIn_BottomUp 0.5s ease-in-out 0.3s 1 forwards;
  -moz-animation: FadeIn_BottomUp 0.5s ease-in-out 0.3s 1 forwards;
  -ms-animation: FadeIn_BottomUp 0.5s ease-in-out 0.3s 1 forwards;
  -o-animation: FadeIn_BottomUp 0.5s ease-in-out 0.3s 1 forwards;
  animation: FadeIn_BottomUp 0.5s ease-in-out 0.3s 1 forwards;
}
.home .banner .btn_yellow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  width: 8px;
  height: 19px;
  background: url("./image/icon_arrow_black.png")
    no-repeat top left;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .banner .btn_yellow:hover::after {
  right: 10px;
}
.home .bottom_btn {
  width: 100%;
}

.home .bottom_btn .big_btn {
  font-family: "Montserrat";
  font-weight: 200;
  width: 100%;
  height: 95px;
  background-color: #000;
  border: 1px solid #fff;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 50px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .big_btn:hover {
  color: #fff;
}
.home .bottom_btn .about{
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/movie_linkbanner.jpg") no-repeat
    center center;
-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .about:hover {
    background: url("./image/movie_linkbanner.jpg") no-repeat
    center center;
-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}

.home .bottom_btn .artist {
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/artist_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .artist:hover {
	    background: url("./image/artist_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}

.home .bottom_btn .music {
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/music_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .music:hover {
	    background: url("./image/music_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}

.home .bottom_btn .film {
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/film_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .film:hover {
	    background: url("./image/film_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}

.home .bottom_btn .advertise {
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/advertise_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .advertise:hover {
	    background: url("./image/advertise_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}
.home .bottom_btn .event {
  font-family: "Montserrat";
  font-weight: 200;
    background: url("./image/event_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 95px;
 /* border: 1px solid #fff;*/
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2px;
  color: #ffffff;
  display: flex;
  align-items: center;    padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .event:hover {
	    background: url("./image/event_linkbanner.jpg") no-repeat
    center center;
	-webkit-filter:brightness(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #ffffff;
}

/*
.home .bottom_btn .big_btn.icon_plus::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("./image/icon_plus_l.png") top left
    no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
.home .bottom_btn .big_btn.icon_minus::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("./image/icon_minus_l.png") top left
    no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
*/
.home .bottom_btn .big_btn .and_txt {
  font-size: 20px;
}
.home .bottom_btn .about .and_txt {
  font-size: 20px;
}
.home .bottom_btn .artist .and_txt {
  font-size: 20px;
}
.home .bottom_btn .music .and_txt {
  font-size: 20px;
}
.home .bottom_btn .film .and_txt {
  font-size: 20px;
}
.home .bottom_btn .advertise .and_txt {
  font-size: 20px;
}
.home .bottom_btn .event .and_txt {
  font-size: 20px;
}
.home .bottom_btn .accordion {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .accordion .small_btn {
  font-family: "Montserrat";
  font-weight: 300;
  width: 100%;
  height: 95px;
  background-color: #ffffff;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 25px;
  padding-right: 50px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .bottom_btn .accordion .small_btn:hover {
  color: #000;
}
.home .bottom_btn .accordion.isOpen {
  max-height: 600px;
}
@media (min-width: 768px) {
  .home {
    padding-top: 90px;
  }
  .home .banner {
    height: 500px;
  }
  .home .banner .home_title {
    width: 600px;
    height: 36px;
    background: url("./image/home_title.png")
      no-repeat top left;
    background-size: 100%;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .home .banner .desc {
    margin-bottom: 40px;
  }
  .home .bottom_btn .big_btn {
    height: 240px;
    font-size: 34px;
    line-height: 44px;
    padding-left: 65px;
    padding-right: 60px;
  }
    .home .bottom_btn .about {
    background: url("./image/movie_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .artist {
		  background: url("./image/artist_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .music {
		  background: url("./image/music_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .film {
		  background: url("./image/film_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .advertise {
		  background: url("./image/advertise_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .event {
		  background: url("./image/event_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  /*
  .home .bottom_btn .big_btn.icon_plus::after {
    width: 43px;
    height: 43px;
    background: url("./image/icon_plus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  .home .bottom_btn .big_btn.icon_minus::after {
    content: "";
    width: 43px;
    height: 43px;
    background: url("./image/icon_minus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  */
  .home .bottom_btn .big_btn:hover {
    font-size: 40px;
  }
    .home .bottom_btn .about:hover {
    font-size: 40px;
  }
      .home .bottom_btn .artist:hover {
    font-size: 40px;
  }
      .home .bottom_btn .music:hover {
    font-size: 40px;
  }
      .home .bottom_btn .film:hover {
    font-size: 40px;
  }
      .home .bottom_btn .advertise:hover {
    font-size: 40px;
  }
      .home .bottom_btn .event:hover {
    font-size: 40px;
  }
  .home .bottom_btn .big_btn .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .about .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .artist .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .music .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .film .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .advertise .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .event .and_txt {
    font-size: 24px;
  }
  .home .bottom_btn .accordion .small_btn {
    height: 125px;
    font-size: 32px;
    line-height: 30px;
    justify-content: flex-start;
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .home .banner .home_title {
    width: 861px;
    height: 52px;
    background: url("./image/home_title.png")
      no-repeat top left;
    background-size: 100%;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .home .banner .desc {
    margin-bottom: 40px;
  }
  .home .banner .btn_yellow {
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    padding-left: 45px;
  }
  .home .banner .btn_yellow::after {
    width: 11px;
    height: 27px;
    background: url("./image/icon_arrow_black.png")
      no-repeat top left;
    background-size: 100%;
    top: calc(50% - 13px);
    right: 30px;
  }
  .home .banner .btn_yellow:hover::after {
    right: 20px;
  }
  .home .bottom_btn .big_btn {
    height: 240px;
    font-size: 28px;
    line-height: 36px;
    padding-left: 40px;
    padding-right: 40px;
  }
    .home .bottom_btn .about {
    background: url("./image/movie_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .artist {
		  background: url("./image/artist_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .music {
		  background: url("./image/music_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .film {
		  background: url("./image/film_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .advertise {
		  background: url("./image/advertise_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .event {
		  background: url("./image/event_linkbanner.jpg") no-repeat
    center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 28px;
    line-height: 36px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  /*
  .home .bottom_btn .big_btn.icon_plus::after {
    width: 34px;
    height: 34px;
    background: url("./image/icon_plus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 17px);
    right: 30px;
  }
  .home .bottom_btn .big_btn.icon_minus::after {
    content: "";
    width: 34px;
    height: 34px;
    background: url("./image/icon_minus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 17px);
    right: 30px;
  }
  */
  .home .bottom_btn .big_btn:hover {
    font-size: 30px;
  }
    .home .bottom_btn .about:hover {
    font-size: 30px;
  }
    .home .bottom_btn .artist:hover {
    font-size: 30px;
  }
    .home .bottom_btn .music:hover {
    font-size: 30px;
  }
    .home .bottom_btn .film:hover {
    font-size: 30px;
  }
    .home .bottom_btn .advertise:hover {
    font-size: 30px;
  }
    .home .bottom_btn .event:hover {
    font-size: 30px;
  }
  .home .bottom_btn .big_btn .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .about .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .artist .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .music .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .film .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .advertise .and_txt {
    font-size: 22px;
  }
    .home .bottom_btn .event .and_txt {
    font-size: 22px;
  }
  .home .bottom_btn .accordion .small_btn {
    height: 125px;
    font-size: 26px;
    line-height: 30px;
    justify-content: flex-start;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .home .bottom_btn .big_btn {
    height: 240px;
    font-size: 34px;
    line-height: 44px;
    padding-left: 65px;
    padding-right: 60px;
  }
    .home .bottom_btn .about {
				  background: url("./image/movie_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .artist {
				  background: url("./image/artist_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .music {
				  background: url("./image/music_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .film {
				  background: url("./image/film_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;;
  }
    .home .bottom_btn .advertise {
				  background: url("./image/advertise_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .event {
				  background: url("./image/event_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  /*
  .home .bottom_btn .big_btn.icon_plus::after {
    width: 43px;
    height: 43px;
    background: url("./image/icon_plus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  .home .bottom_btn .big_btn.icon_minus::after {
    content: "";
    width: 43px;
    height: 43px;
    background: url("./image/icon_minus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  */
  .home .bottom_btn .big_btn:hover {
    font-size: 40px;
  }
    .home .bottom_btn .about:hover {
    font-size: 40px;
  }
    .home .bottom_btn .artist:hover {
    font-size: 40px;
  }
    .home .bottom_btn .music:hover {
    font-size: 40px;
  }
    .home .bottom_btn .film:hover {
    font-size: 40px;
  }
    .home .bottom_btn .advertise:hover {
    font-size: 40px;
  }
    .home .bottom_btn .event:hover {
    font-size: 40px;
  }
  .home .bottom_btn .big_btn .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .about .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .artist .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .music .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .film .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .advertise .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .event .and_txt {
    font-size: 24px;
  }
  .home .bottom_btn .accordion .small_btn {
    height: 125px;
    font-size: 32px;
    line-height: 30px;
    justify-content: flex-start;
    padding-left: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .home .bottom_btn .big_btn {
    height: 240px;
    font-size: 34px;
    line-height: 44px;
    padding-left: 65px;
    padding-right: 60px;
  }
    .home .bottom_btn .about {
				  background: url("./image/movie_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .artist {
				  background: url("./image/artist_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .music {
				  background: url("./image/music_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .film {
				  background: url("./image/film_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;;
  }
    .home .bottom_btn .advertise {
				  background: url("./image/advertise_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
    .home .bottom_btn .event {
				  background: url("./image/event_linkbanner.jpg") no-repeat center center;
		-webkit-filter:brightness(0.6);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 240px;
    font-size: 34px;
    line-height: 44px;    padding-left: 10px;
	padding-right: 1px;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  /*
  .home .bottom_btn .big_btn.icon_plus::after {
    width: 43px;
    height: 43px;
    background: url("./image/icon_plus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  .home .bottom_btn .big_btn.icon_minus::after {
    content: "";
    width: 43px;
    height: 43px;
    background: url("./image/icon_minus_l.png") top
      left no-repeat;
    background-size: 100%;
    top: calc(50% - 22px);
    right: 40px;
  }
  */
  .home .bottom_btn .big_btn:hover {
    font-size: 40px;
  }
    .home .bottom_btn .about:hover {
    font-size: 40px;
  }
    .home .bottom_btn .artist:hover {
    font-size: 40px;
  }
    .home .bottom_btn .music:hover {
    font-size: 40px;
  }
    .home .bottom_btn .film:hover {
    font-size: 40px;
  }
    .home .bottom_btn .advertise:hover {
    font-size: 40px;
  }
    .home .bottom_btn .event:hover {
    font-size: 40px;
  }
  .home .bottom_btn .big_btn .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .about .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .artist .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .music .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .film .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .advertise .and_txt {
    font-size: 24px;
  }
    .home .bottom_btn .event .and_txt {
    font-size: 24px;
  }
  .home .bottom_btn .accordion .small_btn {
    height: 125px;
    font-size: 32px;
    line-height: 30px;
    justify-content: flex-start;
    padding-left: 65px;
  }
}
.about {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.about .banner {
  width: 100%;
  height: 350px;
  background: url("./image/about_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.advertise {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.advertise .banner {
  width: 100%;
  height: 350px;
  background: url("./image/advertise_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.event {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.event .banner {
  width: 100%;
  height: 350px;
  background: url("./image/event_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.film {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.film .banner {
  width: 100%;
  height: 350px;
  background: url("./image/film_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.about .banner {
  width: 100%;
  height: 350px;
  background: url("./image/movie_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.music {
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.music .banner {
  width: 100%;
  height: 350px;
  background: url("./image/music_banner_m.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about .content .about_title {
  width: 300px;
  height: 18px;
  background: url("./image/home_title.png") no-repeat
    top left;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -moz-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -ms-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  -o-animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
  animation: FadeIn_BottomUp 0.5s ease-in-out 0s 1 forwards;
}
.about .content .content_text {
  color: #fff;
  margin-bottom: 40px;
  text-align: justify;
  opacity: 0;
  -webkit-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -moz-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -ms-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  -o-animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
  animation: FadeIn_BottomUp 0.5s ease-in-out 0.15s 1 forwards;
}
@media (min-width: 768px) {
  .about {
    padding-top: 90px;
  }
  .about .banner {
    height: 500px;
    background: url("./image/about_banner.jpg")
      no-repeat center center;
  }
    .artist {
    padding-top: 90px;
  }
  .artist .banner {
    height: 500px;
    background: url("./image/artist_banner.jpg")
      no-repeat center center;
  }
    .advertise {
    padding-top: 90px;
  }
  .advertise .banner {
    height: 500px;
    background: url("./image/advertise_banner.jpg")
      no-repeat center center;
  }
  .event {
    padding-top: 90px;
  }
  .event .banner {
    height: 500px;
    background: url("./image/event_banner.jpg")
      no-repeat center center;
  }
  .film {
    padding-top: 90px;
  }
  .film .banner {
    height: 500px;
    background: url("./image/film_banner.jpg")
      no-repeat center center;
  }
  .about {
    padding-top: 90px;
  }
  .about .banner {
    height: 500px;
    background: url("./image/movie_banner.jpg")
      no-repeat center center;
  }
  .music {
    padding-top: 90px;
  }
  .music .banner {
    height: 500px;
    background: url("./image/music_banner.jpg")
      no-repeat center center;
  }

  .about .content .about_title {
    width: 600px;
    height: 36px;
    background: url("./image/home_title.png")
      no-repeat top left;
    background-size: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .about .content .content_text {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .about .content .about_title {
    width: 861px;
    height: 52px;
    background: url("./image/home_title.png")
      no-repeat top left;
    background-size: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.contact {
  padding-top: 55px;
  position: relative;
  z-index: 9990;
}
.contact .banner {
  width: 100%;
  height: 350px;
}
.contact .content table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact .content .left_col {
  width: 50px;
  padding-left: 20px;
}
.contact .content .left_col .icon_location {
  width: 50px;
  height: 60px;
  background: url("./image/icon_location.png")
    no-repeat center center;
}
.contact .content .left_col .icon_website {
  width: 50px;
  height: 60px;
  background: url("./image/icon_website.png")
    no-repeat center center;
}
.contact .content .left_col .icon_mobile {
  width: 50px;
  height: 60px;
  background: url("./image/icon_mobile.png") no-repeat
    center center;
}
.contact .content .left_col .icon_fax {
  width: 50px;
  height: 60px;
  background: url("./image/icon_fax.png") no-repeat
    center center;
}
.contact .content .left_col .icon_mail {
  width: 50px;
  height: 60px;
  background: url("./image/icon_mail.png") no-repeat
    center center;
}
.contact .content .left_col .icon_fb {
  width: 50px;
  height: 60px;
  background: url("./image/icon_fb_yellow.png")
    no-repeat center center;
}
.contact .content .left_col .icon_ig {
  width: 50px;
  height: 60px;
  background: url("./image/icon_ig_yellow.png")
    no-repeat center center;
}
.contact .content .right_col {
  width: calc(100% - 50px);
  color: #fff;
  vertical-align: middle;
  padding-left: 20px;
}
.contact .content .form_container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.contact .content .form_container .form_lable {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 300;
  margin-bottom: 5px;
}
.contact .content .form_container .form_field {
  width: 100%;
  margin-bottom: 25px;
}
.contact .content .form_container .form_field input {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: Arial;
  background-color: fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contact .content .form_container .form_field textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: Arial;
  background-color: fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contact .content .btn_submit {
  width: 150px;
  height: 43px;
  font-family: "Montserrat";
  font-weight: 300;
  background-color: #ffffff;
  color: #000;
  line-height: 43px;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 90px;
  }
  .contact .banner {
    height: 500px;
  }
  .contact .content .left_col {
    width: 50px;
    padding-left: 215px;
  }
  .contact .content .form_container {
    padding: 0px 70px;
  }
  .contact .content .form_container .form_lable {
    width: 150px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .contact .content .form_container .form_field {
    width: calc(100% - 150px);
    margin-bottom: 20px;
  }
  .contact .content .form_container .form_field input {
    height: 30px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  .contact .content .form_container .form_field textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  .contact .content .btn_submit {
    width: 150px;
    height: 43px;
    line-height: 43px;
    font-size: 24px;
    margin-bottom: 120px;
    margin-top: 10px;
  }
}



/*
#accordion .ui-accordion-header.ui-state-default .ui-icon {
  background-image: url("./image/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

#accordion .ui-accordion-header.ui-state-active .ui-icon {
  background-image: url("./image/icon_minus.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
*/
#accordion .ui-accordion-content {
  background: transparent;
  border: 0;
  color: #fff;
  padding-left: 52px;
}

.wpcf7,
.wpcf7-form,
.wpcf7-form p,
.wpcf7-form p label {
  width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  float: right;
  height: 30px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: -20px;
  border: 0;
}
.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.btn_submit {
  border: 0;
  position: relative;
  left: calc(50% - 75px);
}
.wpcf7-mail-sent-ok {
  border: 0 !important;
}
@media (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    margin-top: 10px;
  }
}
.artist_carousel .mobile {
  width: 100%;
}
.margin_left_hack {
  margin-left: 15px;
}
